Android Dialog 的一些特性
1. Dialog 与 AlertDialog 的区别。 AlertDialog 是一种特殊形式的 Dialog。这个类中,我们可以添加一个,两个或者三个按钮,可以设置标题。所以,当我们想使用 ...
1. Dialog 与 AlertDialog 的区别。 AlertDialog 是一种特殊形式的 Dialog。这个类中,我们可以添加一个,两个或者三个按钮,可以设置标题。所以,当我们想使用 ...
Android RelativeLayout wrap_content 而且 child view 使用 layout_alignParentBottom 时 RelativeLayout 高度会占满 ...
http://dpi.lv/ ...
1. TextView 中嵌套图片的方法 就是在 TextView 中加入包含图片的 html 代码。 Html.fromHtml(String source, ImageGette ...